home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWTMPLT / TFRMWINDOWTMPLT.txt
Encoding:
Text File  |  2003-01-14  |  2.7 KB  |  117 lines

  1. inherited frmWindowTmplt: TfrmWindowTmplt
  2.   Left = 479
  3.   Top = 249
  4.   OldCreateOrder = True
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlCenter: TPanel
  9.     inherited pgcControlPage: TPageControl
  10.       inherited tbsAM5Main: TTabSheet
  11.         object Label2: TLabel
  12.           Left = 10
  13.           Top = 16
  14.           Width = 417
  15.           Height = 13
  16.           AutoSize = False
  17.           Caption = '&Window title:'
  18.           FocusControl = cboWindowTitle
  19.         end
  20.         object cboWindowTitle: TComboBox
  21.           Left = 10
  22.           Top = 32
  23.           Width = 433
  24.           Height = 21
  25.           ItemHeight = 13
  26.           Sorted = True
  27.           TabOrder = 0
  28.         end
  29.         object cbIncludeHiddenWindows: TCheckBox
  30.           Left = 10
  31.           Top = 65
  32.           Width = 425
  33.           Height = 17
  34.           Caption = 'Include &hidden windows'
  35.           TabOrder = 1
  36.           OnClick = cbIncludeHiddenWindowsClick
  37.         end
  38.         object WindowHandlePnl1: TWindowHandlePnl
  39.           Left = 0
  40.           Top = 90
  41.           Width = 457
  42.           Height = 85
  43.           Anchors = [akLeft, akTop, akRight, akBottom]
  44.           BevelOuter = bvNone
  45.           Caption = ' '
  46.           TabOrder = 2
  47.         end
  48.       end
  49.       object tbsContents: TTabSheet [1]
  50.         Caption = 'Contents'
  51.         ImageIndex = 3
  52.         OnShow = tbsContentsShow
  53.         object lblWindow: TLabel
  54.           Left = 8
  55.           Top = 27
  56.           Width = 3
  57.           Height = 13
  58.           Font.Charset = DEFAULT_CHARSET
  59.           Font.Color = clWindowText
  60.           Font.Height = -11
  61.           Font.Name = 'Tahoma'
  62.           Font.Style = [fsBold]
  63.           ParentFont = False
  64.         end
  65.         object Label1: TLabel
  66.           Left = 8
  67.           Top = 8
  68.           Width = 274
  69.           Height = 13
  70.           AutoSize = False
  71.           Caption = 'Current window:'
  72.         end
  73.         object WindowObjectList1: TWindowObjectList
  74.           Left = -3
  75.           Top = 48
  76.           Width = 465
  77.           Height = 169
  78.           Anchors = [akLeft, akTop, akRight, akBottom]
  79.           BevelOuter = bvNone
  80.           TabOrder = 0
  81.           WindowTitle = '*'
  82.           HiddenWindow = True
  83.         end
  84.       end
  85.     end
  86.   end
  87.   inherited dxSIBarManager: TdxBarManager
  88.     Categories.ItemsVisibles = (
  89.       2)
  90.     Categories.Visibles = (
  91.       True)
  92.     PopupMenuLinks = <
  93.       item
  94.         Control = lsvAM5Errors
  95.         PopupMenu = dxCheckPopup
  96.       end>
  97.     DockControlHeights = (
  98.       0
  99.       0
  100.       0
  101.       0)
  102.   end
  103.   inherited dxCheckPopup: TdxBarPopupMenu
  104.     ItemLinks = <
  105.       item
  106.         Item = itmCheckAllErrors
  107.         UserGlyph.Data = {00000000}
  108.         Visible = True
  109.       end
  110.       item
  111.         Item = itmCheckNoErrors
  112.         UserGlyph.Data = {00000000}
  113.         Visible = True
  114.       end>
  115.   end
  116. end
  117.